Hệ thống quản lý thanh toán POS nhà hàng

1 Imports System.Data.OleDb
2 Public Class frmSplash
3
4     Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
5         Try
6             Timer2.Enabled = False
7             Me.Hide()
8             frmLogin.Show()
9         Catch ex As Exception
10             MsgBox(ex.Message, MsgBoxStyle.Critical,
"Error!")
11         End Try
12     End Sub
13 End Class


Gõ tìm kiếm nhanh...